home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / CLI / UEMAIL / UEMAIL.HLP < prev    next >
Text File  |  1998-03-14  |  8KB  |  167 lines

  1. HELP DIRECTORY   Type the number below that matches the subject you want.
  2.  
  3.  1  Moving the Cursor
  4.  1  Delete Commands
  5.  2  Searching
  6.  2  File Commands
  7.  2  Buffer Commands
  8.  2  Multiple Windows
  9.  3  Arguments
  10.  3  Miscelaneous
  11.  3  Whitespace
  12.  3  Indentation
  13.  3  Mode Selection
  14.  4  Case Conversions
  15.  4  Modes
  16.  4  Copying and Moving
  17.  5  Macro Commands
  18.  6  Kermit Commands
  19.  X  Exit Help Session
  20.        
  21.        'ESC..' indicates press and release the ESC key
  22.           'C-' indicates press and hold the Control key
  23. <ESC>  is 'M-' the Meta Command Prefix [The ALTERNATE Key may be used as META]
  24.          
  25. MOVING THE CURSOR
  26.  
  27. C-F Forward Character     C-B    Backward Character  C-N   Next Line
  28. C-P Previous Line         M-F    Forward Word        M-B   Backward Word
  29. C-A Beginning of Line     C-E    End of Line         M-A   Beginning of Sentence
  30. M-E End of Sentence       M-P    Front of Paragraph  M-N   End of Paragraph
  31. X-> Goto Next Punctuation Mark                       X-<   Previous Punctation
  32. M-, Beginning of Document M-.    End of Document     C-Z   Previous Screen
  33. C-V Next Screen           X-C-P  Scroll Window Up    X-C-N Scroll Window Down
  34. X-+ Next Page             X--    Previous Page       M-G   Goto Line
  35. C-_ Goto Matching Fence
  36. MOUSE-MOVEMENT  and CURSOR  in the directions marked
  37. DELETE COMMANDS
  38.  
  39. C-Y Yankback Deletion <DEL> Previous Character      M-<DEL> Previous Word
  40. C-D Next Character     M-D  Next Word               M-<TAB> To End of Line
  41. M-C-K Entire Line      M-K Sentence Forward         M-H C-W Paragraph
  42. M-\ Leading Whitespace M-C-O Surrounding Greyspace  X-\     Trailing Whitespace
  43.  
  44. TO DELETE REGION  1. At one end enter C-@ to Set Mark
  45.                   2. Move Cursor to other end of Region and type C-W
  46.  
  47.  
  48.  
  49. SEARCHING
  50. C-S   Forward Search      C-R Reverse Search   M-C-S Forward Incremental Search
  51. M-C-T Reverse Incremental Search               M-R Search & Replace with Query
  52.         C-G Cancel              . Replace and End
  53.           ! Replace All         , Replace & Continue
  54.        <SP> Replace & Continue  N No Replacement & Continue
  55.  
  56. FILE COMMANDS
  57. X-C-R Find File Read Only  X-C-F Find File Read Write X-C-V   Find Alternate
  58. X-C-S Save File            X-C-W Write File           X-I     Insert File
  59. X-A   Find File Other Window                          ESC-C-F Change Name
  60.  
  61. BUFFER COMMANDS
  62. X-C-B List Buffers         X-K Delete Buffer          X-B   Switch Buffers
  63. X-C-] Toggle Read Only Status
  64.  
  65. MULTIPLE WINDOW DISPLAY
  66. X-2 Split Windows          X-1   Only Window          X-0 Delete Current Window
  67. X-O Other Window           X-N   Next Window          X-P Previous Window
  68. X-Z Grow Window            X-C-Z Shrink Window
  69.  
  70.  
  71.  
  72.  
  73. ARGUMENTS
  74. C-U   Repeat four times.  Each repetition of C-U multiplies count by four
  75. <ESC> Followed by number of repetions.  You can specify a negative argument.
  76.       After specifying argument count, give command to be executed
  77.  
  78. MISCELANEOUS
  79. C-T   Transpose Characters    M-T   Transpose Words     X-= Show Position
  80. X-C-C Quit (Queries to Save)  M-Q   Reform Paragraph    C-G Abort or Cancel
  81. M-C-W Gather Text             X-C-X Swap Point and Mark C-Y Yankback
  82. M-@   Show memory usage       C-L   Redraw Screen       M-! Reposition Window
  83. M-C-C Center Line             M-C-R Flushright Line     C-Q Quote Next Character
  84. X-S   Find Spell Mark         C-C   Spawn CLI           C-Z Save and Exit
  85. HELP  Call Kermit             UNDO  Yankback            CLR Redraw Screen
  86. X-#   Show/set page length    X-C-I Print buffer        M-? Call Help
  87. M-~   Clear Modification Flag X-C-T Show Time           
  88. RIGHT-MOUSE-BUTTON  Set Mark             LEFT-MOUSE-BUTTON  Swap Point and Mark
  89.  
  90. WHITESPACE AND INDENTATION (see Modes below)
  91. X-.  Set Indent Prefix         X-F Set Fill Column   ARG#-<TAB> Set Tab
  92. <LF> Newline and Indent        M-J Open Next Indented Line Same As Current
  93. C-O  Open (insert) Line        M-O  Open Leading Line Indented Same As Current
  94.  
  95.  
  96.  
  97. CASE CONVERSIONS
  98. M-U   Uppercase Word            M-L Lowercase Word    M-C   Capitalize Word
  99. M-C-P Toggle Case of Character  X-U Uppercase Region  X-C-L Lowercase Region
  100.  
  101. MODE SELECTION  
  102. Fundamental     Words do not wrap.
  103. Wrap            Turns on word wrap. Automatic carriage return and indent
  104.                 prefix (if active) is appended to each new line.
  105. Read Only       (Use X-C-])Allows viewing file without insertion and deletion.
  106. Over            Editing commands overwrite.
  107. C               Automatic indentation, and goto fence command checks for
  108.                 braces at matching columns.
  109. COPYING & MOVING
  110. Copy Region  1. With the cursor at front or end of region to be copied type
  111.                 C-@ to set the mark.
  112.              2. Move cursor to other end of the region to be copied and type
  113.                 M-W.  The "+" sign will appear in the mode line.
  114.              3. Position cursor at destination and type: C-Y
  115. Delete Region:  Complete steps 1 and 2 above and then type C-W
  116. Write Region:   Complete steps 1 and 2 above and then type
  117.                 X-R.  Name the file to be written.
  118. Insert File:    Type X-I Requested file will be inserted at the current
  119.                 cursor position.
  120.  
  121. MACRO COMMANDS
  122. X-(     Begin Recording Keyboard Macro     X-)   End Recording Keyboard Macro
  123. X-E     "Replay" Current keyboard Macro    C-G   Abort Recording or Playback
  124. X-`     Bind Current Keyboard Macro to a Unique Key
  125. `-<KEY> "Replay" macro bound to Key        `-C-L Load Macro File From Disk
  126. `-<CR>  Save current macros to File
  127.  
  128. STEPS FOR DEFINING MACROS
  129.  
  130. Define Macro 1. Type X-( to begin definition.
  131.              2. Type commands that will be part of the macro.
  132.              3. Type X-) to end Macro definition.  You now have a "current"
  133.                 Keyboard Macro which can be "replayed" using the X-E command
  134.                 or which can be stored and bound to a Macro key.
  135. Bind Macro   1. Steps 1-3 above must have been completed.  Type X-` (accent
  136.                 grave).  "Key to bind to current macro:" appears on the
  137.                 message line.
  138.              2. Type any key on the keyboard.  Case distinctions are preserved.
  139.                 That key now holds the current keyboard macro.
  140. Recall Macro 1. Macro must be bound to a key.  Type the trigger character (`)
  141.                 followed by the appropriate Macro key to "replay" Macro bound
  142.                 to that key.
  143.  
  144.  
  145. KERMIT COMMANDS
  146. Help - Call Kermit function.  Kermit-ST> appears on message line.
  147.  
  148. Use one of the following commands
  149. ---------------------------------
  150. c - <connect> connect to modem.
  151. r - <receive> receive a file into buffer using Kermit protocol.
  152. s - <send> send a buffer to the remote using Kermit protocol.
  153. g - <get> get a file from remote when remote is in server mode.
  154. p - <put> send a buffer to the remote when remote is in server mode. 
  155. b - <bye> request remote Kermit in server mode to log off remote computer.
  156. f - <finish> tell remote Kermit in server mode to end Kermit session.
  157. t - <transfer> transfer a buffer to remote without Kermit protocol 
  158.     (End-of-line is <CR>).
  159. e - <emacs> transfer a buffer to remote without Kermit protocol 
  160.     (End-of-line is <LF>).
  161. l - <log> copy remote's screen output to a buffer.
  162. remote - must be typed in full.  Open a remote buffer and send commands
  163.     to remote Kermit in server mode.  Commands must be valid for the 
  164.     remote system to which you are connected and must not require additional
  165.     terminal input.  The remote's reply is sent to temporary buffer, displayed
  166.     on uemail screen.
  167.